Skip to content

feat(workflows): add github env debug#474

Merged
ReenigneArcher merged 1 commit into
masterfrom
feat/workflows/add-github-env-debug
Jun 29, 2025
Merged

feat(workflows): add github env debug#474
ReenigneArcher merged 1 commit into
masterfrom
feat/workflows/add-github-env-debug

Conversation

@ReenigneArcher
Copy link
Copy Markdown
Member

@ReenigneArcher ReenigneArcher commented Jun 29, 2025

Description

This PR adds a callable workflow that can be easily included in our repo workflows without copy/pasting the same logic all the time.

Screenshot

Issues Fixed or Closed

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update (updates to dependencies)
  • Documentation update (changes to documentation)
  • Repository update (changes to repository files, e.g. .github/...)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the in code docstring/documentation-blocks for new or existing methods/components

@ReenigneArcher ReenigneArcher marked this pull request as ready for review June 29, 2025 21:49
@ReenigneArcher ReenigneArcher requested a review from Copilot June 29, 2025 21:49
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a reusable GitHub Actions workflow that dumps the full github context for debugging across forks and internal branches.

  • Adds a callable workflow (workflow_call) for dumping the GitHub context.
  • Triggers on pull request events targeting the default branch.
  • Outputs the serialized github context to the build log.
Comments suppressed due to low confidence (3)

.github/workflows/__call-github-env.yml:12

  • The workflow is configured to trigger on the master branch; if your repository’s default branch is main, consider updating this to match or using ${{ github.ref }} dynamically.
      - master

.github/workflows/__call-github-env.yml:24

  • [nitpick] For consistency and readability, capitalize 'GitHub' in the step name (e.g., Dump GitHub context).
      - name: Dump github context

.github/workflows/__call-github-env.yml:1

  • [nitpick] Consider adding usage instructions or linking to a central README so consumers know how to include this callable workflow in their own pipelines.
---

@ReenigneArcher ReenigneArcher force-pushed the feat/workflows/add-github-env-debug branch from dc00b9e to 8e90686 Compare June 29, 2025 21:51
@sonarqubecloud
Copy link
Copy Markdown

@ReenigneArcher ReenigneArcher merged commit ffef395 into master Jun 29, 2025
16 checks passed
@ReenigneArcher ReenigneArcher deleted the feat/workflows/add-github-env-debug branch June 29, 2025 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants